Skip to content

Chore: [AEA-0000] - cooldown dependabot#1029

Merged
anthony-nhs merged 5 commits intomainfrom
cooldown_depenadabot
Mar 27, 2026
Merged

Chore: [AEA-0000] - cooldown dependabot#1029
anthony-nhs merged 5 commits intomainfrom
cooldown_depenadabot

Conversation

@anthony-nhs
Copy link
Copy Markdown
Contributor

Summary

  • Routine Change

Details

  • cooldown depenadabot

Copilot AI review requested due to automatic review settings March 25, 2026 08:55
@github-actions
Copy link
Copy Markdown
Contributor

This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket:

AEA-0000

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the timing/frequency of automated maintenance updates by changing a scheduled workflow run day and introducing a Dependabot cooldown to reduce update churn.

Changes:

  • Change update_dev_container_version workflow cron from Monday to Thursday.
  • Add cooldown.default-days: 3 to Dependabot update configurations (GitHub Actions, pip, npm).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/update_dev_container_version.yml Shifts the scheduled run day for devcontainer version update automation.
.github/dependabot.yml Adds a cooldown period intended to reduce how frequently Dependabot raises updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

workflow_dispatch:
schedule:
- cron: "0 18 * * 1"
- cron: "0 18 * * 4"
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description only mentions Dependabot cooldown, but this changes the devcontainer update workflow schedule day as well. Please update the PR description (or ticket reference) to reflect the additional automation scheduling change so reviewers/auditors understand the intent.

Copilot uses AI. Check for mistakes.
@anthony-nhs anthony-nhs merged commit 8723125 into main Mar 27, 2026
7 checks passed
@anthony-nhs anthony-nhs deleted the cooldown_depenadabot branch March 27, 2026 11:20
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants